Return to start page

Core/Import.j

Code

		
1			//! import "Core/Ai/Import.j"
2 static if (DEBUG_MODE) then
3 //! import "Core/Debug/Import.j"
4 endif
5 //! import "Core/Environment/Import.j"
6 //! import "Core/General/Import.j"
7 //! import "Core/Interface/Import.j"
8 //! import "Core/Maths/Import.j"
9 static if (A_NET) then
10 ///! import "Core/Net/Import.j"
11 endif
12 //! import "Core/String/Import.j"
13
14 library ACore requires ACoreAi, optional ACoreDebug, ACoreEnvironment, ACoreGeneral, ACoreInterface, ACoreMaths, optional ACoreNet, ACoreString
15 endlibrary